@charset "utf-8";
/* CSS Document */



body, html {
	margin:0;
	padding:0;
	font-family: Microsoft YaHei;
	font-size: 1rem;
	line-height: 1.5;
	color: #373a3c;
	background-color: #fff;
	width:100%;
	max-width:100%;
	min-width:1100px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
input:hover, input:active, input:focus {
	outline: 0;
}
ul, ul li, input, dl, dd {
	padding:0;
	margin:0;
	list-style-type:none;
}
img, a img {
	border:0;
	margin:0;
	padding:0;
}
img {
	vertical-align: middle;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	text-decoration:none;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
a:hover {
	text-decoration:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
textarea {
	resize:none;
	overflow:auto;
}
.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.baseDiv {
	width:1200px;
	margin:0 auto;
	margin-left:auto !important;
	margin-right:auto !important;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mb50 {
	margin-bottom:50px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.myClass {
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
/*top*/
.headtop {
	width: 100%;
	background: #0a5dbc;
	line-height: 35px;
}
.headtop p {
	font-size: 14px;
	color: #fff;
}
.topdh{
    
}
.topdh ul li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.topdh ul li a{
    font-size: 14px;
    color: #fff;
}
.topdh ul li a:hover{
    text-decoration: underline;
}




.head {
	height: 100px;
	width: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 35px;
    z-index: 999;

}
.logoDiv {
	width: 270px;
	height: 100px;
}
.nav {
	width:880px;
}
.navMain {
	position:relative;
	z-index:100;
}
.nav .navMain .navLi {
	float:left;
	position:relative;
	z-index:101;
	width:125px;
	height: 100px;
	line-height: 100px;
}
.nav .navMain .navLi.indexLi {
	border:0;
	background:none;
}
.nav .navMain .navLi a.a1 {
	display:block;
	position:relative;
	width:100%;
	text-align:center;
}
.nav .navMain .navLi a.a1 span {
	font-size: 16px;
	color: #000;
}
.nav .navMain .navLi.indexLi:hover {
	background:url(../images/kuang.png) center no-repeat;
}
.nav .navMain .navLi.indexLi:hover a.a1 {
	color: #fff;
}
.nav .navMain .navLi.indexLi:hover a.a1 span {
	color: #fff;
}
.nav .navMain .navLi.active .a1 em, .nav .navMain .navLi:hover a.a1 em {
	display: none;
}
.nav .navMain .navLi .dh2 {
	width:380px;
	padding:10px;
	top:100px;
	left:0;
	position:absolute;
	z-index:1000;
	display:none;
	overflow:hidden;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	background-color:#fff;
	border-top:3px solid #ff9600;
}
.nav .navMain .navLi .dh2 .box {
	float:left;
}
.nav .navMain .navLi .dh2 a.a2 {
	display:block;
	width:180px;
	float:left;
	background-color:#fff;
	color:#333;
	font-weight: 700;
	line-height:20px;
	font-size:15px;
	padding:15px 0;
	margin:0px 5px;
	border-bottom:1px solid #e8e8e8;
}
.nav .navMain .navLi .dh2 a.a3 span {
	padding-left:15px;
}
.nav .navMain .navLi .dh2 a.a2 span {
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
.nav .navMain .navLi .dh2 a.a2:hover span {
	padding-left:15px;
}
.nav .navMain .navLi .dh2 a.a2:hover, .nav .navMain .navLi .dh2 a.a3:hover {
	color:#fff;
	background: #ff9600
}
.nav .navMain .navLi .dh2 a.a3 {
	display: block;
	width:200px;
	float:left;
	line-height:20px;
	font-size:14px;
	padding:15px 0;
	margin:0px 5px;
	border-bottom:1px solid #ebebeb;
}
.nav .navMain .navLi:hover .dh2 {
	display:block;
}
/*banner*/

.banner {
	width:100%;
	background:#fafafa;
	z-index:11;
	position: relative;
}
.banner_slides {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
}
.banner_slides, .slides_container, .slides_control, .banner_pic {
	height:690px;
}
.banner_slides li.slidesjs-slide {
	width:100%;
	height:690px;
}
.banner_slides li a {
}
.banner_pic {
	display:block;
	width:100%;
	height:690px;
}
.slides_btn {
	position:absolute;
	z-index:999;
	display:block;
	width:40px;
	height:70px;
	margin-top:-35px;
	top:50%;
	overflow: hidden;
	text-indent:-9999px;
	background-color:#fff;
	filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/
	-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/
	opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/
	background-position: center center;
	background-repeat:no-repeat;
}
.banner:hover .slides_btn {
	filter:alpha(opacity=60);
	-moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/
	opacity:0.6;
}
.btn_previous {
	left:4%;
	background-image:url(../images/pre01.png);
}
.btn_previous:hover {
	background-color:#333;
	background-image:url(../images/pre02.png);
}
.btn_next {
	right:4%;
	background-image:url(../images/next01.png);
}
.btn_next:hover {
	background-color:#333;
	background-image:url(../images/next02.png);
}
/**/

.slides_pagination {
	width:100px;
	height:15px;
	bottom:30px;
	right:50%;
	margin-right:-37px;
	position:absolute;
	z-index:100;
	text-align:center;
}
.slides_pagination li {
	margin: 0 7px;
	display:inline-block;
	width:10px;
+float:left;
}
.slides_pagination li a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	width:10px;
	height:10px;
	line-height:50px;
	border:2px solid #fff;
	color:#666;
	border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
	background:#fff;
	color:#fff;
	border:2px solid #fff;
}
/*banner end*/

/*公告*/
.topgg{
    height: 73px;
    width: 100%;
    background: url(../images/topgg.jpg) center no-repeat;
    box-shadow: 3px 3px 5px #cfcfcf;
}
.youshi b{
    font-size: 28px;
    color: #fcfcfc;
    font-family: "Arial";
    font-weight: normal;
    background: url(../images/tel.png) left center no-repeat;
    line-height: 73px;
    display: block;
    height: 73px;
    padding-left: 60px;
}

.ssBox {
	height:73px;
	line-height:73px;
    width:835px;
    overflow: hidden;
}
.ssBox .title {
	color:#fff;
	font-weight:700;
	font-size:16px;

	padding-left:40px;
}
.ssBox .ss_nr {
	width:680px;
	overflow:hidden;
	white-space:nowrap;
}
.ssBox .ss_nr ul li{
   float: left;
   padding-left: 8px;
   padding-right: 8px;
}
.ssBox .ss_nr ul li a{
    color: #fff;
    font-size: 15px;
}
.ssBox .ss_nr ul li a:hover{
    text-decoration: underline;
}
/*产品分类*/
.pro_list_con{
    width: 1330px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 40px 0 0 0;
}
.list_go{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.list_go ul li{
    float: left;
    width: 280px;
    margin: 0 9px;
}
.list_go ul li>a{
    display: block;
    width: 280px;
    height: 210px;
    overflow: hidden;
    transition: all 0.6s;
}

.list_go ul li:hover >a img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
} 
.list_go ul li>a img{
    width: 100%;
    min-height: 210px;
}
.list_go ul li:hover span a{
   color: #0a5dbc;
   font-weight: bold;
   font-size: 16px;
}
.list_go ul li span{
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
	font-size: 15px;
	background: #f5f5f5;
  
      display: block;

    width: 100%;

    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
  
  
  
}
.list_go ul li span a{
    display: block;
    width: 100%;
    color: #000;
}
.list_go ul{
    position: relative;
}
.list_l,.list_r{
    width: 55px;
    height: 55px;
    position: absolute;
    background-image: url(../images/icona.png);
    top: 130px;
    cursor: pointer;

}
.list_l{
    background-position: -2px -276px;
    left: 0;
}
.list_r{
    background-position: -57px -276px;
    right: 0;
}

/*产品展示*/
.cpbt {
	text-align: center;
	
}
.cpbt a {
	font-size: 35px;
	color: #333;
	font-weight: bold;
}
.cpbt p {
	font-size: 18px;
	color: #5c5c5c;
    line-height: 35px;
    text-transform: uppercase;
    background: url(../images/xian.png) center no-repeat;
    display: block;
}
.cpbt:hover a {
	color: #0a5dbc;
}
.left_class {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
 }
 .left_class ul li{
     width: 185px;
     height: 45px;
     background: #0a5dbc;
     float: left;
     margin-left: 7px;
     margin-right: 8px;
     text-align: center;
     line-height: 45px;
     margin-bottom: 10px;
     border-radius: 30px;
 }
 .left_class ul li a{
     display: block;
     color: #fff;
     font-size: 16px;
 }
 .left_class ul li:hover{
      background: #ff9600;
 }
.probj {
	width: 100%;
	height:680px;
	background: url(../images/probj.jpg) center top no-repeat;
}

.prdListBox {
	padding-top: 20px;
}
.productList {
	overflow:hidden;
	width:100%;
	height:630px/*1015px*/;
}
.productList ul {
	overflow:hidden;
	width:100%;
	height:1620px;
}
.productList ul li {
	width:350px;
	height: 260px;
	background: #fff;
	float:left;
	margin:0 4px 10px 4px;
	position: relative;
}
.productList ul li .boxa {
	width:350px;
	display:block;
	cursor:pointer;
}
.productList ul li .boxa .spanImg {
	display:block;
	overflow:hidden;
	width:100%;
	height:260px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.productList ul li .spanT {
	display: block;
	z-index:10;
	height:40px;
	line-height:40px;
	width:350px;
	color:#000;
	font-size:16px;
	text-align: center;
	background:#fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.productList ul li:hover .spanT {
	background: rgba(255, 150, 0, 0.8);
	color: #fff;
}
.avatar {
	display: block;
	height: 260px;
	overflow: hidden;
	width: 290px;
	position: relative;
}
.indexMain .productList .avatar .spanImg {
	height: 260px;
}
.avatar:hover .spanImg, .zhuti .avatar:hover .spanImg, .bbsinner .avatar:hover .spanImg {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
/*关于我们*/
.indexbj {
	height: 480px;

	margin-top: 0px;
}
.abneirong {
	width: 670px;
	height: 350px;
}
.about {
	height: 200px;
	background: #fff;
	margin-top: 40px;
	padding: 20px 20px 20px 40px;
}
.about span {
	height:50px; width:615px; line-height:50px; font-size:23px; color:#FFF; background:#0a5dbc;
	display:block;
	padding-left:10px;

}
.about h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.about p {
	color: #555;
	font-size: 16px;
	line-height: 32px;
	display: block;
	margin-top: 15px;
}
.about ul li{
    width: 105px;
    height: 105px;
    background: url(../images/yuan.png) center no-repeat;
    text-align: center;
    float: left;
    margin-right: 60px;
    margin-top: 20px;
}
.about ul li img{
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.about ul li span{
    color: #fff;
}
.about ul li:hover{
    cursor:pointer; *-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.abimg{
	width: 530px;
	margin-top: 20px;
}
.abimg a{
	display: block;
	width: 170px;
	height: 45px;
	background: #ff9600 url(../images/sou.png) 18px center no-repeat;
	border-radius: 30px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 13px;
	float: right;
}
.abimg a:hover{
	background: #0279dd url(../images/sou.png) 18px center no-repeat;
}

/*case*/
.casebj {
	width: 1200px;

	margin:0px auto;

}
.in_sh{
	width:780px;
	height:55px;
	margin: 0 auto;
	padding-top: 18px;
	margin-bottom: 20px;
}
.in_sh .txt{ 
	float:left;
	width:600px;
	height: 55px; 
	background: #eaeaea;
	border:0;
	line-height: 55px;
	padding-left: 20px;
	border-radius: 50px;
	}
.in_sh .btn{ 
	float:right; 
	width:155px;
	height: 55px; 
	cursor:pointer;
	font-size: 17px;
	color: #fff;
	border:0;
	border-radius: 50px;
	background: #ff9600;
}



.caseList {
	overflow:hidden;
	position:relative;
	z-index:10;
	
	margin: 0 auto;
	height: 300px;
}
.caseList .lin {
	float:left;
	width: 360px;
	height: 300px;
	background: #f3f3f3;
}
.caseList .lin a.imga {
	display:block;
	margin:auto;
	position: relative;
}
.caseList .lin a.imga .spanImg {
	display:block;
	width:100%;
	height:250px;
	overflow:hidden;
	margin:auto;
	background-position:center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.caseList .lin .spanT {
	height:50px;
	line-height:50px;
	width:100%;
	color:#fff;
	font-size:15px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	text-align: center;
}
.caseList .lin .spanT .altitle {
	display:block;
	font-size: 16px;
	color: #393939;
}

.caseList .lin:hover .spanT {
	background: #ff9600;
}
.caseList .lin:hover .spanT .altitle {
	color: #fff;
}

.caseList .box {
	position:relative;
	z-index:10;
	width: 9999px;
}
.caseList .box ul {
	width:4070px;
}
.caseList .box ul li {
	margin:auto 10px 0 0;
	width:360px;
	position: relative;
}
.caseList .box ul li a.imga {
}
.caseList .lin a.imga:hover .spanT {
}
.avatara {
	display: block;
	height: 250px;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.caseList .lin .avatara .spanImg {
	height: 250px;
}
.avatara:hover .spanImg, .zhuti .avatara:hover .spanImg, .bbsinner .avatara:hover .spanImg {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

/*新闻中心*/
.newleft {
	width: 530px;
	margin-top: 38px;
}
.slideTxtBox{
	width: 1200px;
	margin: 0 auto;
}
.infoList{
	
	height: 340px;
	overflow: hidden;
	margin-top: 20px;
}
.infoList img{
	width: 250px;
}
.infoList:hover img {
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.advbt{
	width: 900px;
	margin-top: 20px;
}
.xwbt{
	width: 100%;
	height: 65px;
	background: #e9e9e9;
}
.xwbt span{
	display: block;
	width: 150px;
	height: 65px;
	background: #ff9600;
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	float: left;
}
.xwbt a{
	float: right;
	line-height: 65px;
	font-size: 15px;
	color: #0272ff;
	padding-right: 25px;
}
.xwbt a:hover{
	text-decoration: underline;
}
.advbt ul{
	margin-top: 30px;
}
.advbt ul li{
	height: 80px;
	margin-top: 15px;
}
.advbt ul li span{
	display: block;
	width: 100px;
	height: 80px;

	background: #0a5dbc;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	float: left;
}
.advbt ul li p{
	float: right;
	width: 780px;
	color: #999;
	font-size: 14px;
}
.advbt ul li p a{
	display: block;
	font-size: 16px;
	color: #333;
}
.advbt ul li:hover span{
	background: #ff9600;
}
.advbt ul li:hover p a{
	color: #0074d6;
	padding-left: 13px;
	font-weight: bold;
}

/*底部*/
.footbj {

	background:#104589;
	width: 100%;
	margin-top: 20px;
	border-top:#ff7404 5px solid
}
.foot {
	width: 930px;
}
.dbdh {
	height: 45px;
	margin-top: 80px;
}
.dbdh ul li {
	float: left;
	width: 110px;
	background: url(../images/xian.jpg) right center no-repeat;
	text-align: center;
}
.dbdh ul li a {
	color: #fff;
	font-size: 15px;
}
.dbdh ul li:hover a {
	text-decoration: underline;
}
.dtela {
	width: 530px;
	height: 40px;
	background: #3d3d3d;
	border-radius: 30px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	padding-left: 25px;
}

.copy {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 60px;
	padding-left: 15px;
}
.copy a {
	color: #7a7a7a;
}
.dblogo{
   width: 140px;
   text-align: center;
}
.dblogo p{
	font-size: 18px;
	color: #fff;
}
.dblogo p span{
	color: #ff9600;
	font-size: 24px;
	display: block;
}
.ewm {
	margin-right: 45px;
	margin-top: 35px;
	text-align: center;
}

/*内页分类*/
.nybt {
	text-align: center;
	padding-top: 60px;
	background: url(../images/line0.png) bottom center no-repeat;
	height: 110px;
}
.nybt h1 {
	display: block;
	font-weight: bold;
	font-size: 33px;
	height: 60px;
	line-height: 55px;
	color: #333;
}
.nybt h1 span {
	color: #ff9c00;
}
.nybt p {
	font-size: 16px;
	color: #999;
}
.nybt p b {
	font-size: 18px;
	color: #e20000;
}
.nyzc {
	width: 260px;
	height:auto;
}
.prolistlogo {
	height: 105px;
	background: #0158AE;
}
.prolistlogo p {
	color: #A6C0DA;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	padding-top: 15px;
}
.prolistlogo p span {
	font-size: 26px;
	display: block;
	color: #fff;
}
.demo-list {
	background: #0662bd;
}
.demo-list ul li {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #5a94ce solid;
	background: url(../images/tb.png) 16px center no-repeat;
}
.demo-list ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 60px;
}
.demo-list ul li:hover a {
	font-weight: bold;
	padding-left: 75px;
	background: #00a61b;
}
.prolistf {
	height: auto;
	background: #fff;
	border: 2px #0158ae solid;
	margin-top: 20px;
}
.prolistf h2 {
	display: block;
	height: 70px;
	background: #0158ae;
	text-align: center;
	color: #A6C0DA;
	font-size: 14px;
}
.prolistf h2 span {
	font-size: 26px;
	display: block;
	color: #fff;
}
.prolistf h3 {
	display: block;
	background: url(../images/tel.gif) 15px center no-repeat;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 60px;
	margin-top: 15px;
}
.prolistf h3 b {
	color: #0055aa;
	font-size: 20px;
	display: block;
}
.prolistf p {
	padding: 10px;
	font-size: 15px;
	line-height: 26px;
	color: #666;
}
.proTitle {
	width:270px;
	height: auto;
}
.subNavBox {
	width:270px;
	background:#fff;
	padding-bottom:20px;
	margin-top: 40px;
}
.cpfl {
	height:70px;
	background:#235ab3;
	line-height:70px;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
}
.subNav {
	width:220px;
	height:45px;
	margin:0 auto;
	margin-top:10px;
	cursor:pointer;
	line-height:45px;
	border-radius: 25px;
	padding-left: 20px;
	background:#2e6fd3 url(../images/jiantou1.png) 200px center no-repeat;
}
.subNav a {
	font-size:16px;
	color:#fff;
}
.subNav:hover {
	background:#e50000 url(../images/jiantou1.png) 200px center no-repeat;
}
.subNav:hover a {
	color:#fff;
	padding-left: 25px;
}
.currentDd {
}
.navContent {
	display: block;
	margin-bottom: 25px;
	margin-top: 15px;
}
.navContent li a {
	display:block;
	width:180px;
	height:45px;
	margin:0 auto;
	font-size:15px;
	line-height:45px;
	color:#2f2f2f;
	border-bottom:1px #ccc dotted;
	background:url(../images/quan.jpg) left center no-repeat;
	padding-left: 30px;
}
.navContent li a:hover {
	color:#2e6fd3;
	font-size: 16px;
}
/*当前导航*/
.breadcrumbs {
	height:50px;
	font-size:14px;
	line-height:70px;
	color:#333;
}
.breadcrumbs .dh_box {
}
.breadcrumbs .sortName {
	color:#388c19;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	float:right;
	background: url(../images/home.png) left center no-repeat;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #333;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#333;
}
.breadcrumbs .dqdhMain .span2 {
	color:#333;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#333;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}
.breadcrumbs .dqdh_class {
	float:left;
	background: url(../images/homea.png) left center no-repeat;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	height:50px;
	line-height:70px;
	color:#333;
	font-size:25px;
	position:relative;
}
.breadcrumbs .dqdh_class li a em {
	font-size: 14px;
  text-transform: uppercase;
}
.lybt {
	text-align:center;
	padding-top:40px;
}
.lybt span {
	font-size: 43px;
	line-height: 45px;
	text-transform: uppercase;
	color:#5a5a5a;
}
.lybt h3 {
	display:block;
	font-size:20px;
	line-height:45px;
	color:#5a5a5a;
	background:url(../images/xiana.jpg) center center no-repeat;
}
.liuyan {
	margin-top:30px;
	text-align:center;
}
.liuyan span {
	font-size:20px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}
/*内页关于我们*/
.about_box {
	width: 1200px;
	margin: 0 auto;
}
.about_box .about_left {
	width:100%;
}
.about_box .about_left .about_t1 {
	position:relative;
	height:40px;
}
.about_box .about_left .about_t1 .div1 {
	font-size: 21px;
	line-height: 148%;
	color:#000;
}
.about_box .about_left .about_t1 .div2 {
	font-size:18px;
	color:#444;
}
.about_box .about_left .about_t1 .about_t2 {
	text-align: center;
}
.about_box .about_left .about_t1 .about_t2 .span1 {
	font-size:28px;
	font-weight:700;
	line-height:38px;
	color:#000;
}
.about_box .about_left .about_t1 .about_t2 .span2 {
	font-size:14px;
	text-align:right;
	color:#b7b7b7;
	line-height:20px;
}
.about_box .about_left .text {
	line-height:35px;
	color:#666;
	font-size:15px;
	text-indent:2rem;
	padding-top:25px;
}
.about_box .about_left .text p {
	padding:10px 0;
}
.about_box .about_right {
	width:370px;
}
.about_box .about_right ul {
	margin-top:8px;
}
.about_box .about_right ul li {
	float:left;
	margin-left:2px;
	width:180px;
	margin-bottom:3px;
	border: 1px #ccc solid;
}
.about_box .about_right ul li a {
	display:block;
	width:100%;
	height:130px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/*Â·Ã–Ã'Â³*/
.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
	z-index: -99;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.main {
	background: #fff url(../images/probg.jpg) top center no-repeat;
}
.main .main_right {
	width:1200px;
	padding-top: 5px;
}
.main .main_righta {
	width:1200px;
	padding-top: 30px;
}
.main .main_rightb {
	width:940px;
	padding-top: 30px;
}
.main .main_rightc {
	width:940px;
	margin-top: 30px;
	border: 1px #f0f0f0 solid;
	background: #fff;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:20px;
}
.text span {
	font-size:15px;
	color:#666;
}
.main .tT01 {
	text-align:center;
	line-height:50px;
	background: #f3f3f3;
	margin-top: 30px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
}
.main .subtitle span {
	padding:0 10px;
}
#faqbox {
	padding:40px 0 50px 0;
	width:700px;
	margin:0 auto;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:150px;
	display:block;
	float:left;
	clear:both;
	text-align:right;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#dd0103;
}
.wizfrm:hover {
	background-color:#ff9900;
}
/**/

.main .proListal {
	width:100%;
}
.main .proListal {
	width:100%;
}
.main .proListal li {
	width:300px;
	float:left;
	margin:0 0 15px 12px;
}
.main .proListal li .boxal {
	width:300px;
	height:240px;
	display:block;
	cursor:pointer;
	position:relative;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:300px;
	height:240px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:40px;
	line-height:40px;
	width:300px;
	margin:auto;
	text-align:center;
	color:#000;
	font-size:15px;
}
.main .proListal li:hover .spanal {
	color:#e0222c;
	font-weight:bold;
	font-size:16px;
}
.main .proListal li .avatarb {
	position: relative;
}
.main .proListal li .avatarb {
	display: block;
	height: 240px;
	overflow: hidden;
	width:300px;
}
.main .proListal li .avatarb .spanImgal {
	height: 240px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
/**/
.main .news_list {
	margin-top:40px;
}
.main .news_list li {
	padding:15px;
	margin-bottom: 20px;
	border-bottom: 1px #ddd dashed;
}
.main .news_list li .img {
}
.main .news_list li .lMore {
	width:860px;
}
.main .news_list li .lMore .title {
	font-size: 16px;
	color: #393939;
	line-height: 36px;
	margin-bottom:15px;
}
.main .news_list li .lMore span {
	font-size:13px;
	color:#999;
}
.main .news_list li .lMore p {
	font-size:13px;
	color:#999;
	line-height:26px;
}
.main .news_list li .lMore .more2 {
	width: 88px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #0158ae;
	bottom: 30px;
	display:block;
	font-size:13px;
	text-align:center;
	float:right;
	margin-top:30px;
}
.main .news_list li:hover .title {
	color:#0a5dbc;
	padding-left:15px;
	font-weight:bold;
}
.main .news_list li:hover p {
	padding-left:15px;
}
.main .news_list li:hover .more2 {
	background:#ff9600;
	border-color: #ff9600;
	color:#fff;
}
/*详情页*/
.product_dqdh {
	background-color:#f4f4f4;
}
.product_top {
}
.product_top .l_img {
	width:600px;
	height:470px;
	background-color:#f2f2f2;
	text-align:center;
	display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
	background-size:cover !important;
}
.product_top .l_img span img {
	width:600px;
	height:470px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:550px;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
	font-weight:700;
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	float:right;
	width:550px;
	line-height: 25px;
	font-size: 15px;
	color: #8b8b8b;
}
.product_top .lianxi {
	height:60px;
}
.product_top .lianxi .a {
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	margin-right:30px;
	color:rgb(250,175,41);
	font-size:18px;
	border-bottom:1px solid rgb(250,175,41);
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/tela.png) left center no-repeat;
}
.product_top .dianhua {
	height:40px;
	padding:0 30px;
	line-height:40px;
	text-align:center;
	border-radius:30px;
	font-size:15px;
	background-color:#be0000;
	margin-top: 10px;
	width: 130px;
}
.product_top .dianhua a {
	color:#fff;
}
.product_top .dianhua:hover {
	background-color:rgba(250, 175, 41, 1);
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}
.xiangqing_top {
}
.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-color:#fff;
	border-bottom:2px solid #e50000;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#e50000;
	color:#fff;
}
.contenta {
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 420px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*地图*/
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display: block !important;
}
.BMap_Marker {
	display: none !important;
}
/*内页左侧分类*/
.left_classa {
	width:240px;
	margin-top: 50px;
}
.left_classa .classT {
	height: 90px;
	background:#0a5dbc;
	position: relative;
	z-index: 10;
	text-align: center;
}
.left_classa .classT .div1a {
	color:#fff;
	font-size:30px;
	font-weight: 700;
	padding-top:10px;
}
.left_classa .classT .div2a {
	color:#8e9fc3;
	font-size: 13px;
}
.left_classa .classBox {
	padding:0px 0 5px 0;
	background:#fff;
}
.left_classa .classBox li {
	margin:auto;
	margin-top:3px;
}
.left_classa .classBox li a {
	font-size: 15px;
	color: #333;
	height:50px;
	line-height:50px;
	display: block;
	background:#f4f4f4;
	text-align: left;
	border-bottom: 1px solid #ddd;
	border-left:3px solid #eee;
}
.left_classa .classBox li a .name {
	display:inline-block;
	padding-left:30px;
}
.left_classa .classBox li a:hover {
	background: #005fbb;
	color: #fff;
}
.left_classa .classBox li a:hover span {
}
.left_classa .lxwm {
	margin-top:5px;
	background: #0a5dbc;
}
.left_classa .lxwm .t {
	height:95px;
	background:url(../images/contact.jpg) center center no-repeat;
}
.left_classa .lxwm .lxwm_box {
	padding:8px 10px;
	border:1px solid #0774dd;
}
.left_classa .lxwm .lxwm_box p {
	line-height:22px;
	color:#fff;
	font-size:14px;
	padding:11px 0;
	border-bottom: 1px dashed #0e82f2;
}
.left_classa .lxwm .lxwm_box p:last-child {
	border:0;
}
.left_classa .lxwm .lxwm_box p span {
	color: #b7b7b7;
	font-size: 12px;
	padding-right:12px;
}
.left_classa .lxwm .lxwm_box .lxBtn {
	display: block;
	width:135px;
	height:40px;
	line-height: 40px;
	background:#ff9c00;
	margin:auto;
	margin-top:20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-top:1px solid #de8903;
	border-bottom:1px solid #de8903;
}
.left_classa .more {
	display: block;
	height:55px;
	text-align: center;
	line-height:55px;
	color: #fff;
	background:#ffab15;
	font-size: 18px;
}
.left_classa .more:hover {
	background:#ce8503;
}


.pro2_br {
    clear: both;
    background: url(../images/pro2_br.jpg) no-repeat 0px 0px;
    width: 858px;
    height: 45px;
    padding-top: 10px;

    font-size: 16px;
    color: #fff;
    padding-left: 41px;
	line-height: 36px;
	margin-left: 20px;
    margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.mdesc_right{
	width: 430px;
	float: right;
	margin-right: 15px;
}
.mdesc_title{
	font-size: 23px;
	color: #0a5dbc;
}
.showpro_time{
	font-size: 15px;
	color: #989898;
	line-height: 50px;
}
.xqtxt{

}
.xqtxt p{
	font-size: 15px;
	color: #666;
	border-bottom: 1px #ebebeb dotted;
	line-height: 50px;
}


.youshi01{
	width:100%; height:675px; background:url(../images/youshi.jpg) no-repeat center;}
.you_r{width:575px; height:550px; float:right; margin-top:130px; }
.you_r ul li{ width:575px; height:110px; background:url(../images/001.png) no-repeat center; margin-top:50px;}
.you_r ul li:nth-child(2){ margin-left:50px;} 
.you_r ul li h2{ font-size:24px; color:#FFF; padding-left:20px; line-height:45px;}
.you_r ul li p{ font-size:14px; color:#FFF; padding-left:20px; line-height:28px;}